Skip to content

Synchronize GitHub Codespaces direct links across all localized documents - #39

Merged
Justin Yoo (justinyoo) merged 2 commits into
mainfrom
copilot/fix-38
Jun 7, 2025
Merged

Justin Yoo (justinyoo) merged 2 commits into
mainfrom
copilot/fix-38

Conversation

Copilot AI commented Jun 7, 2025

Copy link
Copy Markdown
Contributor

This PR synchronizes the main English documents with all localized versions by adding the missing GitHub Codespaces direct links that were recently added to the English documentation.

Changes Made

Missing GitHub Codespaces Direct Links

The main English documents (README.md and docs/00-setup.md) included direct GitHub Codespaces links with badges:

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/github-copilot-vibe-coding-workshop)

However, all localized versions were missing these direct links and instead used complex multi-step instructions with images.

Files Updated

  • 6 localized README.md files: Added GitHub Codespaces badge and split prerequisite text to match English structure
  • 6 localized setup documentation files: Replaced complex image-based instructions with simple direct links

Languages Synchronized

  • Spanish (es-es)
  • French (fr-fr)
  • Japanese (ja-jp)
  • Korean (ko-kr)
  • Portuguese (pt-br)
  • Chinese (zh-cn)

Before/After Example

Before (localized versions):

## Prerequisites
During this workshop, GitHub Codespaces is highly recommended because there's no need for preparation, except a web browser. However, if you really need to use your machine, make sure you've installed everything identified below.

After (now matches English structure):

## Prerequisites
During this workshop, GitHub Codespaces is highly recommended because there's no need for preparation, except a web browser.

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/microsoft/github-copilot-vibe-coding-workshop)

However, if you really need to use your machine, make sure you've installed everything identified below.

Verification

  • ✅ All localized documents now have exactly 1 GitHub Codespaces direct link (matching main English docs)
  • ✅ Line count consistency maintained (README: 110→114, setup docs: 350→354)
  • ✅ Translation disclaimers preserved in localized versions
  • ✅ All structural elements synchronized across languages

Fixes #38.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: justinyoo <1538528+justinyoo@users.noreply.github.com>
Copilot AI changed the title [WIP] Apply changes to all the localised documents Synchronize GitHub Codespaces direct links across all localized documents Jun 7, 2025

@justinyoo Justin Yoo (justinyoo) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@justinyoo
Justin Yoo (justinyoo) marked this pull request as ready for review June 7, 2025 07:14
@justinyoo
Justin Yoo (justinyoo) merged commit d4de269 into main Jun 7, 2025
@justinyoo
Justin Yoo (justinyoo) deleted the copilot/fix-38 branch June 7, 2025 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Apply changes to all the localised documents

2 participants